diff options
| author | Factiven <[email protected]> | 2023-04-17 22:00:15 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 22:00:15 +0700 |
| commit | 828324584faf0590829dcf8ead692d91b953e93f (patch) | |
| tree | 4292ba1fba525c226bab2af0809d409609a2ebfd /pages/anime/[...id].js | |
| parent | update 1.0 (diff) | |
| download | moopa-828324584faf0590829dcf8ead692d91b953e93f.tar.xz moopa-828324584faf0590829dcf8ead692d91b953e93f.zip | |
7th fixes
Diffstat (limited to 'pages/anime/[...id].js')
| -rw-r--r-- | pages/anime/[...id].js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/anime/[...id].js b/pages/anime/[...id].js index b7e222d..e2665ea 100644 --- a/pages/anime/[...id].js +++ b/pages/anime/[...id].js @@ -468,7 +468,7 @@ export default function Himitsu({ 404 </h1> <p className="text-4xl font-semibold">{`> Woops.. I think we don't have that Anime :(`}</p> - <Link className="pt-10 text-2xl" href="/search"> + <Link className="pt-10 text-2xl" href="/search/anime"> Return to search </Link> </div> |